home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TFRXPDFEXPORTDIALOG / TFRXPDFEXPORTDIALOG.txt
Text File  |  2010-01-24  |  10KB  |  437 lines

  1. object frxPDFExportDialog: TfrxPDFExportDialog
  2.   Left = 520
  3.   Top = 173
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export to PDF'
  6.   ClientHeight = 321
  7.   ClientWidth = 292
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 4
  23.     Top = 4
  24.     Width = 285
  25.     Height = 277
  26.     ActivePage = ExportPage
  27.     MultiLine = True
  28.     TabOrder = 0
  29.     object ExportPage: TTabSheet
  30.       Caption = 'Export'
  31.       object OpenCB: TCheckBox
  32.         Left = 16
  33.         Top = 224
  34.         Width = 253
  35.         Height = 17
  36.         Caption = 'Open after export'
  37.         Checked = True
  38.         State = cbChecked
  39.         TabOrder = 0
  40.       end
  41.       object GroupQuality: TGroupBox
  42.         Left = 4
  43.         Top = 128
  44.         Width = 267
  45.         Height = 89
  46.         Caption = ' Export settings '
  47.         TabOrder = 1
  48.         object CompressedCB: TCheckBox
  49.           Left = 12
  50.           Top = 20
  51.           Width = 117
  52.           Height = 17
  53.           Caption = 'Compressed'
  54.           Checked = True
  55.           State = cbChecked
  56.           TabOrder = 0
  57.         end
  58.         object EmbeddedCB: TCheckBox
  59.           Left = 12
  60.           Top = 40
  61.           Width = 117
  62.           Height = 17
  63.           Caption = 'Embedded fonts'
  64.           Checked = True
  65.           State = cbChecked
  66.           TabOrder = 1
  67.         end
  68.         object PrintOptCB: TCheckBox
  69.           Left = 136
  70.           Top = 20
  71.           Width = 126
  72.           Height = 17
  73.           Caption = 'Print optimized'
  74.           TabOrder = 3
  75.         end
  76.         object OutlineCB: TCheckBox
  77.           Left = 136
  78.           Top = 40
  79.           Width = 121
  80.           Height = 17
  81.           Caption = 'Outline'
  82.           Checked = True
  83.           State = cbChecked
  84.           TabOrder = 4
  85.         end
  86.         object BackgrCB: TCheckBox
  87.           Left = 12
  88.           Top = 60
  89.           Width = 117
  90.           Height = 17
  91.           Caption = 'Background'
  92.           Checked = True
  93.           State = cbChecked
  94.           TabOrder = 2
  95.         end
  96.       end
  97.       object GroupPageRange: TGroupBox
  98.         Left = 4
  99.         Top = 4
  100.         Width = 267
  101.         Height = 121
  102.         Caption = ' Page range  '
  103.         TabOrder = 2
  104.         object DescrL: TLabel
  105.           Left = 12
  106.           Top = 82
  107.           Width = 249
  108.           Height = 29
  109.           AutoSize = False
  110.           Caption = 
  111.             'Enter page numbers and/or page ranges, separated by commas. For ' +
  112.             'example, 1,3,5-12'
  113.           WordWrap = True
  114.         end
  115.         object AllRB: TRadioButton
  116.           Left = 12
  117.           Top = 20
  118.           Width = 153
  119.           Height = 17
  120.           HelpContext = 108
  121.           Caption = 'All'
  122.           Checked = True
  123.           TabOrder = 0
  124.           TabStop = True
  125.         end
  126.         object CurPageRB: TRadioButton
  127.           Left = 12
  128.           Top = 40
  129.           Width = 153
  130.           Height = 17
  131.           HelpContext = 118
  132.           Caption = 'Current page'
  133.           TabOrder = 1
  134.         end
  135.         object PageNumbersRB: TRadioButton
  136.           Left = 12
  137.           Top = 60
  138.           Width = 77
  139.           Height = 17
  140.           HelpContext = 124
  141.           Caption = 'Pages:'
  142.           TabOrder = 2
  143.         end
  144.         object PageNumbersE: TEdit
  145.           Left = 92
  146.           Top = 58
  147.           Width = 165
  148.           Height = 21
  149.           HelpContext = 133
  150.           TabOrder = 3
  151.           OnChange = PageNumbersEChange
  152.           OnKeyPress = PageNumbersEKeyPress
  153.         end
  154.       end
  155.     end
  156.     object InfoPage: TTabSheet
  157.       Caption = 'Information'
  158.       ImageIndex = 1
  159.       object DocInfoGB: TGroupBox
  160.         Left = 4
  161.         Top = 4
  162.         Width = 267
  163.         Height = 197
  164.         Caption = 'Document information'
  165.         TabOrder = 0
  166.         object TitleL: TLabel
  167.           Left = 12
  168.           Top = 26
  169.           Width = 89
  170.           Height = 16
  171.           AutoSize = False
  172.           Caption = 'Title'
  173.         end
  174.         object AuthorL: TLabel
  175.           Left = 12
  176.           Top = 54
  177.           Width = 89
  178.           Height = 16
  179.           AutoSize = False
  180.           Caption = 'Author'
  181.         end
  182.         object SubjectL: TLabel
  183.           Left = 12
  184.           Top = 82
  185.           Width = 89
  186.           Height = 16
  187.           AutoSize = False
  188.           Caption = 'Subject'
  189.         end
  190.         object KeywordsL: TLabel
  191.           Left = 12
  192.           Top = 110
  193.           Width = 89
  194.           Height = 16
  195.           AutoSize = False
  196.           Caption = 'Keywords'
  197.         end
  198.         object CreatorL: TLabel
  199.           Left = 12
  200.           Top = 138
  201.           Width = 89
  202.           Height = 16
  203.           AutoSize = False
  204.           Caption = 'Creator'
  205.         end
  206.         object ProducerL: TLabel
  207.           Left = 12
  208.           Top = 166
  209.           Width = 89
  210.           Height = 16
  211.           AutoSize = False
  212.           Caption = 'Producer'
  213.         end
  214.         object TitleE: TEdit
  215.           Left = 108
  216.           Top = 22
  217.           Width = 152
  218.           Height = 21
  219.           TabOrder = 0
  220.         end
  221.         object AuthorE: TEdit
  222.           Left = 108
  223.           Top = 50
  224.           Width = 152
  225.           Height = 21
  226.           TabOrder = 1
  227.         end
  228.         object SubjectE: TEdit
  229.           Left = 108
  230.           Top = 78
  231.           Width = 152
  232.           Height = 21
  233.           TabOrder = 2
  234.         end
  235.         object KeywordsE: TEdit
  236.           Left = 108
  237.           Top = 106
  238.           Width = 152
  239.           Height = 21
  240.           TabOrder = 3
  241.         end
  242.         object CreatorE: TEdit
  243.           Left = 108
  244.           Top = 134
  245.           Width = 152
  246.           Height = 21
  247.           TabOrder = 4
  248.         end
  249.         object ProducerE: TEdit
  250.           Left = 108
  251.           Top = 162
  252.           Width = 152
  253.           Height = 21
  254.           TabOrder = 5
  255.         end
  256.       end
  257.     end
  258.     object SecurityPage: TTabSheet
  259.       Caption = 'Security'
  260.       ImageIndex = 2
  261.       object SecGB: TGroupBox
  262.         Left = 4
  263.         Top = 4
  264.         Width = 267
  265.         Height = 84
  266.         Caption = 'Authentification'
  267.         TabOrder = 0
  268.         object OwnPassL: TLabel
  269.           Left = 12
  270.           Top = 26
  271.           Width = 114
  272.           Height = 16
  273.           AutoSize = False
  274.           Caption = 'Owner password'
  275.         end
  276.         object UserPassL: TLabel
  277.           Left = 13
  278.           Top = 54
  279.           Width = 113
  280.           Height = 16
  281.           AutoSize = False
  282.           Caption = 'User password'
  283.         end
  284.         object OwnPassE: TEdit
  285.           Left = 127
  286.           Top = 22
  287.           Width = 133
  288.           Height = 21
  289.           PasswordChar = '*'
  290.           TabOrder = 0
  291.         end
  292.         object UserPassE: TEdit
  293.           Left = 127
  294.           Top = 50
  295.           Width = 133
  296.           Height = 21
  297.           PasswordChar = '*'
  298.           TabOrder = 1
  299.         end
  300.       end
  301.       object PermGB: TGroupBox
  302.         Left = 4
  303.         Top = 92
  304.         Width = 265
  305.         Height = 121
  306.         Caption = 'Permissions'
  307.         TabOrder = 1
  308.         object PrintCB: TCheckBox
  309.           Left = 12
  310.           Top = 21
  311.           Width = 248
  312.           Height = 17
  313.           Caption = 'Print the document'
  314.           Checked = True
  315.           State = cbChecked
  316.           TabOrder = 0
  317.         end
  318.         object ModCB: TCheckBox
  319.           Left = 12
  320.           Top = 45
  321.           Width = 248
  322.           Height = 17
  323.           Caption = 'Modify the document'
  324.           Checked = True
  325.           State = cbChecked
  326.           TabOrder = 1
  327.         end
  328.         object CopyCB: TCheckBox
  329.           Left = 12
  330.           Top = 68
  331.           Width = 248
  332.           Height = 17
  333.           Caption = 'Copy of text and graphics'
  334.           Checked = True
  335.           State = cbChecked
  336.           TabOrder = 2
  337.         end
  338.         object AnnotCB: TCheckBox
  339.           Left = 12
  340.           Top = 91
  341.           Width = 246
  342.           Height = 17
  343.           Caption = 'Add or modify text annotations'
  344.           Checked = True
  345.           State = cbChecked
  346.           TabOrder = 3
  347.         end
  348.       end
  349.     end
  350.     object ViewerPage: TTabSheet
  351.       Caption = 'Viewer'
  352.       ImageIndex = 3
  353.       object ViewerGB: TGroupBox
  354.         Left = 4
  355.         Top = 4
  356.         Width = 267
  357.         Height = 177
  358.         Caption = 'Viewer preferences'
  359.         TabOrder = 0
  360.         object HideToolbarCB: TCheckBox
  361.           Left = 12
  362.           Top = 24
  363.           Width = 241
  364.           Height = 17
  365.           Caption = 'Hide toolbar'
  366.           TabOrder = 0
  367.         end
  368.         object HideMenubarCB: TCheckBox
  369.           Left = 12
  370.           Top = 48
  371.           Width = 241
  372.           Height = 17
  373.           Caption = 'Hide menubar'
  374.           TabOrder = 1
  375.         end
  376.         object HideWindowUICB: TCheckBox
  377.           Left = 12
  378.           Top = 72
  379.           Width = 241
  380.           Height = 17
  381.           Caption = 'Hide window user interface'
  382.           TabOrder = 2
  383.         end
  384.         object FitWindowCB: TCheckBox
  385.           Left = 12
  386.           Top = 96
  387.           Width = 241
  388.           Height = 17
  389.           Caption = 'Fit window'
  390.           TabOrder = 3
  391.         end
  392.         object CenterWindowCB: TCheckBox
  393.           Left = 12
  394.           Top = 120
  395.           Width = 241
  396.           Height = 17
  397.           Caption = 'Center window'
  398.           TabOrder = 4
  399.         end
  400.         object PrintScalingCB: TCheckBox
  401.           Left = 12
  402.           Top = 144
  403.           Width = 241
  404.           Height = 17
  405.           Caption = 'Print scaling'
  406.           TabOrder = 5
  407.         end
  408.       end
  409.     end
  410.   end
  411.   object OkB: TButton
  412.     Left = 126
  413.     Top = 287
  414.     Width = 75
  415.     Height = 25
  416.     Caption = 'OK'
  417.     Default = True
  418.     ModalResult = 1
  419.     TabOrder = 1
  420.   end
  421.   object CancelB: TButton
  422.     Left = 206
  423.     Top = 287
  424.     Width = 75
  425.     Height = 25
  426.     Cancel = True
  427.     Caption = 'Cancel'
  428.     ModalResult = 2
  429.     TabOrder = 2
  430.   end
  431.   object SaveDialog1: TSaveDialog
  432.     Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
  433.     Left = 248
  434.     Top = 32
  435.   end
  436. end
  437.